Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_punct
ctype_punct
Check for printable characters that are not whitespace or alphanumeric characters
Name:
ctype_punct
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check for printable characters that are not whitespace or alphanumeric characters
Related
3
How to convert xml_parse results with json_encode to JSON format
4
curl_share_init() + curl_init(): The correct steps to build a shared session
4
How to Check the Validity of File Paths Using the is_link() Function in PHP
8
Similar Functions
ctype_punct
ctype_punct
Checkforprintablecha
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_space
ctype_space
Checkspacecharacters
ctype_digit
ctype_digit
Checknumericcharacte
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_graph
ctype_graph
Checkforanyprintable
Popular Articles